github.com/klauspost/compress/zstd.decodeAsmContext.litRemain (field)
6 uses
github.com/klauspost/compress/zstd (current package)
seqdec_asm.go#L46: litRemain int
seqdec_asm.go#L190: litRemain: len(s.literals),
seqdec_asm.go#L213: return fmt.Errorf("unexpected literal count, want %d bytes, but only %d is available", ll, ctx.litRemain+ll)
seqdec_asm.go#L221: if ctx.litRemain < 0 {
seqdec_asm.go#L223: len(s.literals), len(s.literals)-ctx.litRemain)
seqdec_asm.go#L226: s.seqSize += ctx.litRemain
![]() |
The pages are generated with Golds v0.8.5. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |